Comments
-
Ok, thank you for checking into that. I wanted to know which error codes to look for in my code based on what happens. Sounds like adding an address to a group when it already exists works fine and doesn't return an error code. That's part of what I needed to know. The other part about which error code is returned when an…
-
I'm calling /api/sonicos/address-groups/ipv4/name/ using the PATCH method to add an address object to a named group. This is on SonicOSX 7.0.1
-
Thanks for the info, very helpful! If adding an address object to a group and that object already is a member of the group, would it return E_EXISTS? Duane
-
Jamie, Wow, that worked, who knew! How did you come about that undocumented option? Best, Duane
-
When I tested it out the entire group contents was replaced with the one address object.
-
Hi Larry, Thanks for the url, I did read thru that earlier. That's a little different - simply creating address objects. I'm wanting to add an address object to an existing group. The only thing I can find so far is have to replace the entire group contents. Don't see anything about simply adding one to a group. Duane